Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump burrunan/gradle-cache-action from v1.6 to v1.8 #2

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 9, 2021

Bumps burrunan/gradle-cache-action from v1.6 to v1.8.

Changelog

Sourced from burrunan/gradle-cache-action's changelog.

2021-03-09: v1.8 🚑 support Gradle 5

Support Gradle 5 (and possibly even earlier versions). Previously the plugin added init.gradle script to activate remote build cache aggregator. However, beforeSettings is Gradle 6.0+ only, so in previous Gradle versions gradle-cache-action skips com.github.burrunan.multi-cache plugin.

The impact is old Gradle versions would not be able to use both GitHub cache and custom remote build cache at the same time (only project-defined remote build cache would be used).

2021-03-08: v1.7 🚀 support read-only cache operation

The following configuration would make all non-main branch builds to use read-only caching: read-only: ${{ github.ref != 'refs/heads/main' }}. It would save GitHub space usage for PR builds, however, they would still use caches from the main branch.

Bump Gradle: 6.5.1 -> 6.8.3 Bump Kotlin: 1.4.0-rc -> 1.4.31 Bump kotlinx-serialization: 1.0-M1-1.4.0-rc -> 1.1.0 Bump kotlinx-serialization: 1.0-M1-1.4.0-rc -> 1.1.0 Bump kotlinx-coroutines: 1.3.8-1.4.0-rc -> 1.4.3 Bump kotlin-wrappers: 1.0.1-pre.110 -> 1.0.1-pre.148

Commits
  • a61b505 Publish release from bbff155167ab6680679a31546d2e5e841cc1bb1a
  • ed5fd9a Publish release from bd67dbd9581480ba520d3722a5e482c3326bfdef
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from jkwatson as a code owner March 9, 2021 05:34
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 9, 2021
@jkwatson
Copy link
Owner

jkwatson commented Mar 9, 2021

@dependabot ignore this dependency

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 9, 2021

OK, I won't notify you about burrunan/gradle-cache-action again, unless you re-open this PR or update it yourself. 😢

@dependabot dependabot bot closed this Mar 9, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/burrunan/gradle-cache-action-v1.8 branch March 9, 2021 05:46
jkwatson pushed a commit that referenced this pull request Oct 25, 2021
open-telemetry#3770)

* Replaced hardcoded localhost with OS resolved localhost name in tests.

* Replaced hardcoded localhost with OS resolved localhost name in tests. #2

* retrigger checks #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant